Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump Azure.AI.OpenAI from 1.0.0-beta.7 to 1.0.0-beta.8 #61

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2023

Bumps Azure.AI.OpenAI from 1.0.0-beta.7 to 1.0.0-beta.8.

Release notes

Sourced from Azure.AI.OpenAI's releases.

Azure.AI.OpenAI_1.0.0-beta.8

1.0.0-beta.8 (2023-09-21)

Features Added

  • Audio Transcription and Audio Translation using OpenAI Whisper models is now supported. See OpenAI's API reference or the Azure OpenAI quickstart for detailed overview and background information.
    • The new methods GetAudioTranscription and GetAudioTranscription expose these capabilities on OpenAIClient
    • Transcription produces text in the primary, supported, spoken input language of the audio data provided, together with any optional associated metadata
    • Translation produces text, translated to English and reflective of the audio data provided, together with any optional associated metadata
    • These methods work for both Azure OpenAI and non-Azure api.openai.com client configurations

Breaking Changes

  • The underlying representation of PromptFilterResults (for Completions and ChatCompletions) has had its response body key changed from prompt_annotations to prompt_filter_results
  • Prior versions of the Azure.AI.OpenAI library may no longer populate PromptFilterResults as expected and it's highly recommended to upgrade to this version if the use of Azure OpenAI content moderation annotations for input data is desired
  • If a library version upgrade is not immediately possible, it's advised to use Response<T>.GetRawResponse() and manually extract the prompt_filter_results object from the top level of the Completions or ChatCompletions response Content payload

Bugs Fixed

  • Support for the described breaking change for PromptFilterResults was added and this library version will now again deserialize PromptFilterResults appropriately
  • PromptFilterResults and ContentFilterResults are now exposed on the result classes for streaming Completions and Chat Completions. Streaming(Chat)Completions.PromptFilterResults will report an index-sorted list of all prompt annotations received so far while Streaming(Chat)Choice.ContentFilterResults will reflect the latest-received content annotations that were populated and received while streaming
Commits
  • e902ef5 CHANGELOG snap for beta.8 release (#38897)
  • 494a50b Azure OpenAI: audio transcription and translation (#38460)
  • bc5e855 Update MSAL dependencies to latest (#38866)
  • 87cd28b .NET SDK release changes for dataprotection (#38408)
  • 240a4fc Increment package version after release of Azure.Identity (#38667)
  • 187a4f0 Increment version for monitor releases (#38864)
  • d5ee8a0 [Storage][DataMovement] Add resource specific checkpoint data classes (#38842)
  • b03a0db [AzureMonitorExporter] prepare new release. Exporter 1.0.0. Distro beta7 (#38...
  • 0d1e7be [AzureMonitorDistro] update OTel ResourceDetectors (#38833)
  • 02c132f [AzureMonitorDistro] disable test (#38840)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Azure.AI.OpenAI](https://github.com/Azure/azure-sdk-for-net) from 1.0.0-beta.7 to 1.0.0-beta.8.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.AI.OpenAI_1.0.0-beta.7...Azure.AI.OpenAI_1.0.0-beta.8)

---
updated-dependencies:
- dependency-name: Azure.AI.OpenAI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 22, 2023
@neon-sunset neon-sunset merged commit c153ccc into main Sep 22, 2023
2 checks passed
@neon-sunset neon-sunset deleted the dependabot/nuget/Azure.AI.OpenAI-1.0.0-beta.8 branch September 22, 2023 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant